-
-
Notifications
You must be signed in to change notification settings - Fork 52
Fix doctrine/dbal 2.13 incompatibility #64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix doctrine/dbal 2.13 incompatibility #64
Conversation
0e02e58
to
5b219f8
Compare
5b219f8
to
ac5ea0a
Compare
Maybe it should be |
I think the used interface is correct as the forward compatibility layer also implements And in dbal v3 that interface is replaced by the |
Thank you @acrobat. |
Thanks for the merge @derrabus, is it also possible to have this available in a release? Thanks! |
I have the same issue? is this has been released? |
@Webonaute yes, it's included in v3.1.2 |
I have symfony/security-acl v3.1.2 installed. what else am missing? |
What exact error do you get? |
|
@Webonaute Can you please produce a reproducer application and open a new issue? That would help us working on a fix. If you can provide a PR with a fix, that would also be more than welcome. |
I found out that our internal MasterSlave wrapper was not updated with new PrimaryReplica class and returning wrong object. |
Okay, so there's nothing to do on our side? Thanks for checking. |
Fixes #63
As this blogpost suggests, libraries should update their
doctrine/dbal
dependency to^2.13
. This PR bumps thedoctrine/dbal
dependency version and fixes the incompatibility